home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 1.1 KB | 63 lines |
- [SUBJECT]
- Description=Pop-up Image Script
- ImageIndex=1
- Folder=Graphical Effects
-
-
- [HEAD_TEXT]
- ;<style>
- ;<!--
- ;.popshadow{
- ;position:relative;
- ;left:-5px;
- ;top:-5px;
- ;filter:shadow(color=silver,direction=135)
- ;}
- ;-->
- ;</style>
- ;
-
-
- [BODY_TEXT]
- ;
- ;<script language="JavaScript1.2">
- ;
- ;/*
- ;Pop-up Image Script-
- ;⌐ Dynamic Drive (www.dynamicdrive.com)
- ;For full source code, installation instructions,
- ;100's more DHTML scripts, and Terms Of
- ;Use, visit dynamicdrive.com
- ;*/
- ;
- ;function updownshadow(){
- ;if (event.srcElement.className=="popshadow"){
- ;tempobject=event.srcElement;
- ;if (event.type=="mousedown"){
- ;tempobject.filters[0].enabled=false;
- ;tempobject.style.left=tempobject.style.top=0;
- ;}
- ;else{
- ;tempobject.filters[0].enabled=true;
- ;tempobject.style.left=tempobject.style.top=-5;
- ;}
- ;}
- ;}
- ;
- ;if (document.all){
- ;document.body.onmousedown=updownshadow;
- ;document.body.onmouseup=updownshadow;
- ;}
- ;
- ;</script>
- ;
- ;<img alt="" src="`source_image`" class="popshadow">
- ;
-
-
- [`source_image`]
- Kind=U
- Value=mygif.gif
-
-
-